home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / FinderGrok / Grok / Source / Prefix / DebugPrefix.h next >
Text File  |  2000-06-23  |  399b  |  12 lines

  1. // ===========================================================================
  2. //    DebugPrefix.h                ©1999-2000 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Bring in the project's precompiled header for the given target
  6.     
  7. #if __POWERPC__
  8.     #include "DebugPrefixHeadersPPC++"        
  9. #else
  10.     #include "DebugPrefixHeaders68K++"
  11. #endif
  12.